(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <graphics/gfx.h>
#include <proto/graphics.h>
void FreeRaster()
SYNOPSIS
PLANEPTR p
ULONG width
ULONG height

LOCATION
In GfxBase at offset 83
FUNCTION
Free the single bitplane allocated by AllocRaster().

INPUTS
p
The result of AllocRaster(). Must be non-NULL.
width, height
The size of the bitplane as passed to AllocRaster().
RESULT
The memory occupied by the bitplane will be returned to the system.

NOTES
EXAMPLE
BUGS
SEE ALSO
AllocRaster(), AllocBitMap(), FreeBitMap()
INTERNALS
HISTORY
13.03.1997 digulla
Several new functions